How to handle situation of programmer stealing credit for your project [on hold]
Posted
by
shorecc
on Programmers
See other posts from Programmers
or by shorecc
Published on 2013-10-17T00:03:46Z
Indexed on
2013/10/19
4:10 UTC
Read the original article
Hit count: 182
ethics
There is a coworker who has stolen credit for my work. I created a system that will show live statuses of printing machines throughout the plant. There was one glitch in it so the coworker made an improvement and then re-wrote the entire system (copying 90% of my code, yet he added a new piece of hardware then took over the project).
Now he asks me programming questions from time to time. I don't mind teaching coworkers how to program, but since he has stolen my ideas and credit in the past I am reluctant to teach him all I know. Today he asks me for a particularly challenging algorithm for this system. His code now looks exactly like the way I would program!
How would you handle the situation? How can I decline helping him without appearing to not being a team player?
© Programmers or respective owner